From e5385c3c341296eaa072ef9e4d14b9c757541689 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 21 Oct 2024 09:43:44 -0500 Subject: [PATCH] As of plaster-yaml 2.0 an entrypoint is redundent and raises an error --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f313865..278304f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,3 @@ classifiers = [ # Its configuration is manually coded. [project.entry-points.'paste.app_factory'] 'main' = 'pgwui_server.pgwui_server:main' - -# Use yaml configuration -[project.entry-points.'plaster.loader_factory'] -'file+yaml' = 'plaster_yaml:Loader' -- 2.34.1